home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
soft
/
fm42ch.exe
/
{app}
/
Foxmail.exe
/
0
/
RCDATA
/
TDLG_ESMTP
/
TDLG_ESMTP.txt
Wrap
Text File
|
2002-07-04
|
2KB
|
125 lines
object Dlg_ESMTP: TDlg_ESMTP
Left = 334
Top = 218
BorderStyle = bsDialog
Caption = 'ESMTP Server Authentication'
ClientHeight = 209
ClientWidth = 341
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 341
Height = 209
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object Bevel1: TBevel
Left = 16
Top = 164
Width = 301
Height = 2
end
object Label3: TLabel
Left = 16
Top = 16
Width = 68
Height = 13
Caption = 'Authentication'
end
object Bevel2: TBevel
Left = 92
Top = 24
Width = 225
Height = 2
end
object Label1: TLabel
Left = 40
Top = 104
Width = 46
Height = 13
Caption = 'A&ccount :'
FocusControl = E_SAccount
end
object Label2: TLabel
Left = 40
Top = 132
Width = 52
Height = 13
Caption = '&Password :'
FocusControl = E_SPassword
end
object BtnOK: TButton
Left = 72
Top = 176
Width = 89
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object BtnCancel: TButton
Left = 180
Top = 176
Width = 89
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object rbPop3: TRadioButton
Left = 24
Top = 44
Width = 289
Height = 17
Caption = '&Use the same information with POP3 Server'
TabOrder = 2
OnClick = rbPop3Click
end
object rbAuth: TRadioButton
Tag = 1
Left = 24
Top = 72
Width = 293
Height = 17
Caption = '&Authentication information'
Checked = True
TabOrder = 3
TabStop = True
OnClick = rbPop3Click
end
object E_SAccount: TEdit
Left = 120
Top = 100
Width = 185
Height = 21
TabOrder = 4
end
object E_SPassword: TEdit
Left = 120
Top = 128
Width = 185
Height = 21
PasswordChar = '*'
TabOrder = 5
end
end
object Language: TLanguage
LangCenter = DM_Language.LangCenter
Left = 272
Top = 36
end
end